From: Jason Rumney Date: Sat, 14 Aug 2010 07:35:24 +0000 (+0800) Subject: (lispy_function_keys): Do not define VK_PACKET (bug#4836) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6971 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c0fdf060509fe5bc2bfd3835bb6e539890e9cb75;p=emacs.git (lispy_function_keys): Do not define VK_PACKET (bug#4836) --- diff --git a/src/ChangeLog b/src/ChangeLog index 4cf1ca9eb4b..f71263d6c4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-08-14 Jason Rumney + + * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836) + 2010-08-14 Chong Yidong * fns.c (Fmake_hash_table): Doc fix (Bug#6851). diff --git a/src/keyboard.c b/src/keyboard.c index 1ec3fbe7460..c92d359f66a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4941,9 +4941,9 @@ char const *lispy_function_keys[] = 0, /* VK_OEM_102 0xE2 */ "ico-help", /* VK_ICO_HELP 0xE3 */ "ico-00", /* VK_ICO_00 0xE4 */ - 0, /* VK_PROCESSKEY 0xE5 */ + 0, /* VK_PROCESSKEY 0xE5 - used by IME */ "ico-clear", /* VK_ICO_CLEAR 0xE6 */ - "packet", /* VK_PACKET 0xE7 */ + 0, /* VK_PACKET 0xE7 - used to pass unicode chars */ 0, /* 0xE8 */ "reset", /* VK_OEM_RESET 0xE9 */ "jump", /* VK_OEM_JUMP 0xEA */